home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / ch_4.3 / xah / xah.mak < prev    next >
Text File  |  1999-09-11  |  12KB  |  398 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=xah - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to xah - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "xah - Win32 Release" && "$(CFG)" != "xah - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xah.mak" CFG="xah - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xah - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "xah - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "xah - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "xah - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xah.exe" "..\..\bindosr\xah.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xah.exe"
  59.     -@erase ".\Release\xah.exe"
  60.     -@erase ".\Release\ah_aoi.obj"
  61.     -@erase ".\Release\rfill.obj"
  62.     -@erase ".\Release\xah.obj"
  63.     -@erase ".\Release\vor_io.obj"
  64.     -@erase ".\Release\aoi_hist.obj"
  65.     -@erase ".\Release\aoi_io.obj"
  66.  
  67. "$(OUTDIR)" :
  68.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  69.  
  70. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  71. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  72. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I\
  73.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  74.  /Fp"$(INTDIR)/xah.pch" /YX /Fo"$(INTDIR)/" /c 
  75. CPP_OBJS=.\Release/
  76. CPP_SBRS=
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  78. # ADD RSC /l 0x409 /d "NDEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xah.bsc" 
  83. BSC32_SBRS=
  84. LINK32=link.exe
  85. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  86. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  87. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  88.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  89.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  90.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  91.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/xah.pdb" /machine:I386\
  92.  /out:"$(OUTDIR)/xah.exe" 
  93. LINK32_OBJS= \
  94.     ".\Release\ah_aoi.obj" \
  95.     ".\Release\rfill.obj" \
  96.     ".\Release\xah.obj" \
  97.     ".\Release\vor_io.obj" \
  98.     ".\Release\aoi_hist.obj" \
  99.     ".\Release\aoi_io.obj"
  100.  
  101. "$(OUTDIR)\xah.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  102.     $(LINK32) @<<
  103.   $(LINK32_FLAGS) $(LINK32_OBJS)
  104. <<
  105.  
  106. # Begin Custom Build
  107. ProjDir=.
  108. InputPath=.\Release\xah.exe
  109. InputName=xah
  110. SOURCE=$(InputPath)
  111.  
  112. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  113.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  114.  
  115. # End Custom Build
  116.  
  117. !ELSEIF  "$(CFG)" == "xah - Win32 Debug"
  118.  
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 1
  121. # PROP BASE Output_Dir "Debug"
  122. # PROP BASE Intermediate_Dir "Debug"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 1
  126. # PROP Output_Dir "Debug"
  127. # PROP Intermediate_Dir "Debug"
  128. # PROP Target_Dir ""
  129. OUTDIR=.\Debug
  130. INTDIR=.\Debug
  131. # Begin Custom Macros
  132. ProjDir=.
  133. # End Custom Macros
  134.  
  135. ALL : "$(OUTDIR)\xah.exe" "..\..\bindosd\xah.exe"
  136.  
  137. CLEAN : 
  138.     -@erase ".\Debug\vc40.pdb"
  139.     -@erase ".\Debug\vc40.idb"
  140.     -@erase ".\Debug\xah.ilk"
  141.     -@erase ".\Debug\xah.obj"
  142.     -@erase ".\Debug\ah_aoi.obj"
  143.     -@erase ".\Debug\aoi_hist.obj"
  144.     -@erase ".\Debug\vor_io.obj"
  145.     -@erase ".\Debug\aoi_io.obj"
  146.     -@erase ".\Debug\rfill.obj"
  147.     -@erase ".\Debug\xah.pdb"
  148.     -@erase "..\..\bindosd\xah.exe"
  149.     -@erase ".\Debug\xah.exe"
  150.  
  151. "$(OUTDIR)" :
  152.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  153.  
  154. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  155. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  156. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  157.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  158.  /Fp"$(INTDIR)/xah.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  159. CPP_OBJS=.\Debug/
  160. CPP_SBRS=
  161. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  162. # ADD RSC /l 0x409 /d "_DEBUG"
  163. BSC32=bscmake.exe
  164. # ADD BASE BSC32 /nologo
  165. # ADD BSC32 /nologo
  166. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xah.bsc" 
  167. BSC32_SBRS=
  168. LINK32=link.exe
  169. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  170. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  171. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  172.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  173.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  174.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  175.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/xah.pdb" /debug\
  176.  /machine:I386 /out:"$(OUTDIR)/xah.exe" 
  177. LINK32_OBJS= \
  178.     ".\Debug\xah.obj" \
  179.     ".\Debug\ah_aoi.obj" \
  180.     ".\Debug\aoi_hist.obj" \
  181.     ".\Debug\vor_io.obj" \
  182.     ".\Debug\aoi_io.obj" \
  183.     ".\Debug\rfill.obj"
  184.  
  185. "$(OUTDIR)\xah.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  186.     $(LINK32) @<<
  187.   $(LINK32_FLAGS) $(LINK32_OBJS)
  188. <<
  189.  
  190. # Begin Custom Build
  191. ProjDir=.
  192. InputPath=.\Debug\xah.exe
  193. InputName=xah
  194. SOURCE=$(InputPath)
  195.  
  196. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  197.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  198.  
  199. # End Custom Build
  200.  
  201. !ENDIF 
  202.  
  203. .c{$(CPP_OBJS)}.obj:
  204.    $(CPP) $(CPP_PROJ) $<  
  205.  
  206. .cpp{$(CPP_OBJS)}.obj:
  207.    $(CPP) $(CPP_PROJ) $<  
  208.  
  209. .cxx{$(CPP_OBJS)}.obj:
  210.    $(CPP) $(CPP_PROJ) $<  
  211.  
  212. .c{$(CPP_SBRS)}.sbr:
  213.    $(CPP) $(CPP_PROJ) $<  
  214.  
  215. .cpp{$(CPP_SBRS)}.sbr:
  216.    $(CPP) $(CPP_PROJ) $<  
  217.  
  218. .cxx{$(CPP_SBRS)}.sbr:
  219.    $(CPP) $(CPP_PROJ) $<  
  220.  
  221. ################################################################################
  222. # Begin Target
  223.  
  224. # Name "xah - Win32 Release"
  225. # Name "xah - Win32 Debug"
  226.  
  227. !IF  "$(CFG)" == "xah - Win32 Release"
  228.  
  229. !ELSEIF  "$(CFG)" == "xah - Win32 Debug"
  230.  
  231. !ENDIF 
  232.  
  233. ################################################################################
  234. # Begin Source File
  235.  
  236. SOURCE=.\xah.c
  237. DEP_CPP_XAH_C=\
  238.     ".\xah.h"\
  239.     ".\..\..\libip\ip.h"\
  240.     ".\hist.h"\
  241.     ".\..\..\libip\ph.h"\
  242.     ".\..\..\libtiff\libtiff\tiffio.h"\
  243.     ".\..\..\libimage\draw.h"\
  244.     ".\..\..\libip\lldef.h"\
  245.     ".\..\..\libip\sgl_stat.h"\
  246.     ".\..\..\libip\convolve.h"\
  247.     ".\..\..\libip\pcc2.h"\
  248.     ".\..\..\libip\bdy_stru.h"\
  249.     ".\..\..\libtiff\libtiff\tiff.h"\
  250.     ".\..\..\libimage\tiffimage.h"\
  251.     ".\..\..\libimage\gd.h"\
  252.     ".\..\..\libimage\misc.h"\
  253.     ".\..\..\libimage\images.h"\
  254.     
  255.  
  256. "$(INTDIR)\xah.obj" : $(SOURCE) $(DEP_CPP_XAH_C) "$(INTDIR)"
  257.  
  258.  
  259. # End Source File
  260. ################################################################################
  261. # Begin Source File
  262.  
  263. SOURCE=.\ah_aoi.c
  264. DEP_CPP_AH_AO=\
  265.     ".\xah.h"\
  266.     ".\..\..\libip\ip.h"\
  267.     ".\hist.h"\
  268.     ".\..\..\libip\ph.h"\
  269.     ".\..\..\libtiff\libtiff\tiffio.h"\
  270.     ".\..\..\libimage\draw.h"\
  271.     ".\..\..\libip\lldef.h"\
  272.     ".\..\..\libip\sgl_stat.h"\
  273.     ".\..\..\libip\convolve.h"\
  274.     ".\..\..\libip\pcc2.h"\
  275.     ".\..\..\libip\bdy_stru.h"\
  276.     ".\..\..\libtiff\libtiff\tiff.h"\
  277.     ".\..\..\libimage\tiffimage.h"\
  278.     ".\..\..\libimage\gd.h"\
  279.     ".\..\..\libimage\misc.h"\
  280.     ".\..\..\libimage\images.h"\
  281.     
  282.  
  283. "$(INTDIR)\ah_aoi.obj" : $(SOURCE) $(DEP_CPP_AH_AO) "$(INTDIR)"
  284.  
  285.  
  286. # End Source File
  287. ################################################################################
  288. # Begin Source File
  289.  
  290. SOURCE=.\aoi_io.c
  291. DEP_CPP_AOI_I=\
  292.     ".\xah.h"\
  293.     ".\..\..\libip\ip.h"\
  294.     ".\hist.h"\
  295.     ".\..\..\libip\ph.h"\
  296.     ".\..\..\libtiff\libtiff\tiffio.h"\
  297.     ".\..\..\libimage\draw.h"\
  298.     ".\..\..\libip\lldef.h"\
  299.     ".\..\..\libip\sgl_stat.h"\
  300.     ".\..\..\libip\convolve.h"\
  301.     ".\..\..\libip\pcc2.h"\
  302.     ".\..\..\libip\bdy_stru.h"\
  303.     ".\..\..\libtiff\libtiff\tiff.h"\
  304.     ".\..\..\libimage\tiffimage.h"\
  305.     ".\..\..\libimage\gd.h"\
  306.     ".\..\..\libimage\misc.h"\
  307.     ".\..\..\libimage\images.h"\
  308.     
  309.  
  310. "$(INTDIR)\aoi_io.obj" : $(SOURCE) $(DEP_CPP_AOI_I) "$(INTDIR)"
  311.  
  312.  
  313. # End Source File
  314. ################################################################################
  315. # Begin Source File
  316.  
  317. SOURCE=.\aoi_hist.c
  318. DEP_CPP_AOI_H=\
  319.     ".\xah.h"\
  320.     ".\..\..\libip\ip.h"\
  321.     ".\hist.h"\
  322.     ".\..\..\libip\ph.h"\
  323.     ".\..\..\libtiff\libtiff\tiffio.h"\
  324.     ".\..\..\libimage\draw.h"\
  325.     ".\..\..\libip\lldef.h"\
  326.     ".\..\..\libip\sgl_stat.h"\
  327.     ".\..\..\libip\convolve.h"\
  328.     ".\..\..\libip\pcc2.h"\
  329.     ".\..\..\libip\bdy_stru.h"\
  330.     ".\..\..\libtiff\libtiff\tiff.h"\
  331.     ".\..\..\libimage\tiffimage.h"\
  332.     ".\..\..\libimage\gd.h"\
  333.     ".\..\..\libimage\misc.h"\
  334.     ".\..\..\libimage\images.h"\
  335.     
  336.  
  337. "$(INTDIR)\aoi_hist.obj" : $(SOURCE) $(DEP_CPP_AOI_H) "$(INTDIR)"
  338.  
  339.  
  340. # End Source File
  341. ################################################################################
  342. # Begin Source File
  343.  
  344. SOURCE=.\rfill.c
  345. DEP_CPP_RFILL=\
  346.     ".\xah.h"\
  347.     ".\..\..\libip\ip.h"\
  348.     ".\hist.h"\
  349.     ".\..\..\libip\ph.h"\
  350.     ".\..\..\libtiff\libtiff\tiffio.h"\
  351.     ".\..\..\libimage\draw.h"\
  352.     ".\..\..\libip\lldef.h"\
  353.     ".\..\..\libip\sgl_stat.h"\
  354.     ".\..\..\libip\convolve.h"\
  355.     ".\..\..\libip\pcc2.h"\
  356.     ".\..\..\libip\bdy_stru.h"\
  357.     ".\..\..\libtiff\libtiff\tiff.h"\
  358.     ".\..\..\libimage\tiffimage.h"\
  359.     ".\..\..\libimage\gd.h"\
  360.     ".\..\..\libimage\misc.h"\
  361.     ".\..\..\libimage\images.h"\
  362.     
  363.  
  364. "$(INTDIR)\rfill.obj" : $(SOURCE) $(DEP_CPP_RFILL) "$(INTDIR)"
  365.  
  366.  
  367. # End Source File
  368. ################################################################################
  369. # Begin Source File
  370.  
  371. SOURCE=.\vor_io.c
  372. DEP_CPP_VOR_I=\
  373.     ".\xah.h"\
  374.     ".\..\..\libip\ip.h"\
  375.     ".\hist.h"\
  376.     ".\..\..\libip\ph.h"\
  377.     ".\..\..\libtiff\libtiff\tiffio.h"\
  378.     ".\..\..\libimage\draw.h"\
  379.     ".\..\..\libip\lldef.h"\
  380.     ".\..\..\libip\sgl_stat.h"\
  381.     ".\..\..\libip\convolve.h"\
  382.     ".\..\..\libip\pcc2.h"\
  383.     ".\..\..\libip\bdy_stru.h"\
  384.     ".\..\..\libtiff\libtiff\tiff.h"\
  385.     ".\..\..\libimage\tiffimage.h"\
  386.     ".\..\..\libimage\gd.h"\
  387.     ".\..\..\libimage\misc.h"\
  388.     ".\..\..\libimage\images.h"\
  389.     
  390.  
  391. "$(INTDIR)\vor_io.obj" : $(SOURCE) $(DEP_CPP_VOR_I) "$(INTDIR)"
  392.  
  393.  
  394. # End Source File
  395. # End Target
  396. # End Project
  397. ################################################################################
  398.